git 代碼服務器的網頁版gitweb的搭建
sudo apt-get install apache2 git-core gitwebsudo a2enmod rewrite #vi /etc/gitweb.conf $project ...
sudo apt-get install apache2 git-core gitwebsudo a2enmod rewrite #vi /etc/gitweb.conf $project ...
android所有activity都在主進程中,在清單文件Androidmanifest.xml中可以設置啟動不同進程,Service需要指定運行在單獨進程?主進程中的主線程?還是主進程中的 ...